home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / clib / dtclass_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  767b  |  41 lines

  1. #ifndef  CLIB_DTCLASS_PROTOS_H
  2. #define  CLIB_DTCLASS_PROTOS_H
  3. /*
  4. **    $VER: dtclass_protos.h 39.0 (1.6.92)
  5. **    Includes Release 40.15
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef  INTUITION_CLASSES_H
  16. #include <intuition/classes.h>
  17. #endif
  18. #ifndef  INTUITION_CLASSUSR_H
  19. #include <intuition/classusr.h>
  20. #endif
  21.  
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25.  
  26. /*--- functions in V39 or higher (distributed as Release 3.0) ---*/
  27.  
  28. Class *ObtainEngine( void );
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.  
  34. #ifdef STORMPRAGMAS
  35. #ifndef _INCLUDE_PRAGMA_DTCLASS_LIB_H
  36. #include <pragma/dtclass_lib.h>
  37. #endif
  38. #endif
  39.  
  40. #endif     /* CLIB_DTCLASS_PROTOS_H */
  41.